type hash/fnv.sum64

12 uses

	hash/fnv (current package)
		fnv.go#L24: 	sum64   uint64
		fnv.go#L58: 	var s sum64 = offset64
		fnv.go#L89: func (s *sum64) Reset()   { *s = offset64 }
		fnv.go#L96: func (s *sum64) Sum64() uint64  { return uint64(*s) }
		fnv.go#L119: func (s *sum64) Write(data []byte) (int, error) {
		fnv.go#L123: 		hash ^= sum64(c)
		fnv.go#L167: func (s *sum64) Size() int   { return 8 }
		fnv.go#L174: func (s *sum64) BlockSize() int   { return 1 }
		fnv.go#L189: func (s *sum64) Sum(in []byte) []byte {
		fnv.go#L239: func (s *sum64) MarshalBinary() ([]byte, error) {
		fnv.go#L292: func (s *sum64) UnmarshalBinary(b []byte) error {
		fnv.go#L299: 	*s = sum64(readUint64(b[4:]))